-
Couldn't load subscription status.
- Fork 273
refactor(Q tech debt): make cwsprClientAdapr stateless and obtain sdk client from AwsClientManager #5331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| myBearerClient = getBearerClient() | ||
| return myBearerClient as CodeWhispererRuntimeClient | ||
| } | ||
| private fun bearerClient(): CodeWhispererRuntimeClient = project.awsClient() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think for safety this still needs to go through connection manager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm
|
not needed for 2/13 release |
Description
There is no need to store a client as a state within this class, AwsClientManager already handle the connection change
resolve comments #5290 (comment)
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.